0

最近、React Native 0.53.3 プロジェクトから Instabug を削除しましたが、実行するreact-native run-iosとビルド エラーが発生します。

ld: framework not found Instabug
clang: error: linker command failed with exit code 1 (use -v to see invocation)



** BUILD FAILED **


The following build commands failed:

    Ld /Users/danale/Library/Developer/Xcode/DerivedData/build/Build/Products/Debug-iphonesimulator/NFIBEngage.app/NFIBEngage normal x86_64
(1 failure)

Installing build/Build/Products/Debug-iphonesimulator/NFIBEngage.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/NFIBEngage.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

プロジェクトから Instabug を完全に削除して、iOS ビルドで Instabug を検索しないようにするにはどうすればよいですか?

これまでのところ、ファイルから完全に削除しましたが、、 、、、およびファイルApp.jsでまだ参照されています。ちなみに私も使いません。build.gradleMainActivity.javaMainApplication.javasettings.gradleproject.pbxprojyarn.lockyarn

これを完全にクリーンアップするにはどうすればよいですか?

4

1 に答える 1