alpha-wallet-ios
alpha-wallet-ios copied to clipboard
Unable to build AlphaWallet from Xcode Cloud
I get the following error when trying to build alpha wallet with Xcode cloud.
Archive - iOS encountered a failure that caused the build to fail. Image AlphaWalletFoundation Undefined symbol: _$s10RealmSwift7ResultsVyxGAA0A14CollectionImplAAMc Image AlphaWalletFoundation Undefined symbol: _$s10RealmSwift0A14CollectionImplPAAE12makeIteratorAA11RLMIteratorVy7ElementQzGyF
It does most things. You have to setup cocoa pods as stated in this document https://developer.apple.com/documentation/xcode/making-dependencies-available-to-xcode-cloud in the section "Make CocoaPods dependencies available to Xcode Cloud"
Thanks for the tip. We don't use Xcode Cloud at the moment. Would you be able to submit a PR if you need the functionality? From the documentation you posted, it looks like we just need a script which installs CocoaPods tools and use it to install the pods.
What is your build process? Maybe I can adopt that one rather than using Xcode Cloud.
For CI with GitHub PRs:
.travis.yml
For TestFlight/submissions:
env FASTLANE_USER=<email> FASTLANE_PASSWORD=<password> FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD=<password2> bundle exec fastlane upload
Also see the Makefile for make test. But it's only used locally
Same issue with me but i take build without xcode cloud. Can you please help ?