Here is gem uninstall Xcodeproj --version 1.21.0:
gem uninstall xcodeproj --version 1.21.0 Gem 'xcodeproj' is not installed
Post
Replies
Boosts
Views
Activity
The React Native can be launched successfully with npx react-native run-is on terminal which means the app has no problem building and running. The error above seems pure Xcode related.
Here is the full error:
`ld: library not found for -lAliyunOSSiOS
clang: error: linker command failed with exit code 1 (use -v to see invocation)`
Here is an article I followed to solve the problem by redo:
https://blog.codemagic.io/how-to-code-sign-publish-ios-apps/
Hello @ChunMN, thank you for the info. Will try manual first and move from there. The provisioning profile generated may miss signing certificates.
I don't have iPhone device except MacBook. There is developer account which was already added to Xcode. But still there is error of "Failed to create provisioning profile." How to fix this?