Post

Replies

Boosts

Views

Activity

Reply to 2 versions of xcodeproj exist and newer version is not being used by pod install
Here is gem uninstall Xcodeproj --version 1.21.0: gem uninstall xcodeproj --version 1.21.0 Gem 'xcodeproj' is not installed
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode 13: How to add library search path for "library not found for"
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.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Xcode 13: How to add library search path for "library not found for"
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)`
Replies
Boosts
Views
Activity
Dec ’21
Reply to "Failed to create provisioning profile." in Xcode 13.0
Here is an article I followed to solve the problem by redo: https://blog.codemagic.io/how-to-code-sign-publish-ios-apps/
Replies
Boosts
Views
Activity
Oct ’21
Reply to "Failed to create provisioning profile." in Xcode 13.0
Hello @ChunMN, thank you for the info. Will try manual first and move from there. The provisioning profile generated may miss signing certificates.
Replies
Boosts
Views
Activity
Oct ’21
Reply to XCODE - Failed to create provisioning profile
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?
Replies
Boosts
Views
Activity
Oct ’21