Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Carthage でSDKをインポートするとエラーが発生しています #236

Open
ncmbadmin opened this issue Dec 23, 2022 · 0 comments

Comments

@ncmbadmin
Copy link
Contributor

不具合の概要(Description of bug)

#import <NCMB/NCMB.h>

// クラスのNCMBObjectを作成
NCMBObject *object = [NCMBObject objectWithClassName:@"TestClass"];
// オブジェクトに値を設定
[object setObject:@"Hello, NCMB!" forKey:@"message"];
// データストアへの登録
[object saveInBackgroundWithBlock:^(NSError *error) {
    if (error){
        // 保存に失敗した場合の処理

    } else {
        // 保存に成功した場合の処理

    }
}];
  • エラーメッセージ(Error messages)
    • 以下のようにビルド時にエラーが発生しています
    • Undefined symbol: _OBJC_CLASS_$_NCMB
    • Undefined symbol: _OBJC_CLASS_$_NCMBObject
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant