I’ve lastly accomplished my app and I needed to constructed it utilizing CodeMagic. I do not need to codesign it since I am the one iOS consumer that may use the app, and I’ll sideload it utilizing AltStore. After heaps and many struggeling I created my very own codemagic.yaml that appear to work.
The issue is GeneratedPluginRegistrant.m and that “module xx not discovered” thingy. It doesn’t matter what I do it looks like nothing works. Virtually all people on the web says “Oh, simply clear all the pieces, regenerate pods blabla”…I’ve tried that okay? However CodeMagic each time I set off a construct creates a brand new occasion with clear folders proper? So cleansing will not be needed (my cache isn’t configured and I do not see something on codemagic in cache class).
I’ve tried all the pieces:
- Cleansing all the pieces and operating all the pieces once more
- Checking if Podfile model and mission.pbxproj has similar iOS model (each set to fifteen.2)
- Regenerating Podfile
The second commonest reply was to open the xcworkspace file as an alternative of xcproject, however I am constructing it utilizing xcodebuild -workspace ios/Runner.xcworkspace -scheme Runner -configuration Launch -sdk iphoneos -archivePath $HOME/Runner.xcarchive archive | xcpretty
or flutter construct ios --release --no-tree-shake-icons --no-codesign
each with similar outcome. Even tried connecting utilizing VNC and opening xcworkspace and operating it instantly from Xcode however with the identical outcome.
You possibly can ask me guys something in regards to the code and issues I’ve carried out/not have carried out, I actually need to have it useful. Thanks!
My Podfile: https://pastebin.com/ku0zJux8
My codemagic.yaml: https://pastebin.com/QzuN2jLa