I had recently integrated SciChart into my app, and faced some problems with chat appearance on trial mode which are described here: https://www.scichart.com/questions/ios/issue-with-scichart-on-ios-simulator
Due to this problems I tried to run my app on an actual device, and got this build error from Xcode:
”’
ld: building for iOS, but linking in dylib file (/Users/ruslansabirov/Library/Developer/Xcode/DerivedData/exinity-aupulhpegzsnlfcrnqfiwnvnljpj/Build/Products/Debug-iphoneos/SciChart.framework/SciChart) built for iOS Simulator, file ‘/Users/ruslansabirov/Library/Developer/Xcode/DerivedData/exinity-aupulhpegzsnlfcrnqfiwnvnljpj/Build/Products/Debug-iphoneos/SciChart.framework/SciChart’ for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
”’
How can I fix this problem?
- Ruslan Sabirov asked 2 years ago
- You must login to post comments
Me too,
Showing Recent Messages
Building for iOS, but linking in dylib file (/Users/macbook/Library/Developer/Xcode/DerivedData/mobile-gfxousstkcsivradewpxtuwancjj/Build/Products/Debug-iphoneos/SciChart.framework/SciChart) built for iOS Simulator, file ‘/Users/macbook/Library/Developer/Xcode/DerivedData/mobile-gfxousstkcsivradewpxtuwancjj/Build/Products/Debug-iphoneos/SciChart.framework/SciChart’ for architecture arm64.
But build for simulator is success.
Help me.
- VNDai VNDai answered 2 years ago
- last edited 2 years ago
- You must login to post comments
Please login first to submit.