Fix small error Help with ionic javascript ios app not building / not working after xcode / ios upgrade -- 2
Buget $15-25 USD / oră
Job Description:
Hi,
We've got ionic angular app which is built to ios and for android. We havent done a release for one year and last version is stable, now we have done a minor change and build it for android without any problems. That's sorted out. But for ios after upgrading xcode and ios we cannot run it ( it runs black screen ) we can build it okay / getting some easy errors to fix for someone with experience. Previous developer is not working for us and I've got instructions to build it on ios but it stopped working. It builds and works okay on android.
The job is: Need someone to download project from bitbucket, debug , run in xcode, build and fix the errors. Need to build it within few next hours so please bid only if you have time now / today
Errors somewhere in:
func registerPlugins() {
var numClasses = UInt32(0);
let classes = objc_copyClassList(&numClasses)
for i in 0..<Int(numClasses) {
let c: AnyClass = classes![i]
if class_conformsToProtocol(c, [login to view URL]) {
let pluginClassName = NSStringFromClass(c)
let pluginType = c as! [login to view URL]
let bridgeType = c as! [login to view URL]
objc[6825]: Class CSAudioFileManager is implemented in both
To build manually you need to run this:
echo "Build mobile app for iOS system"
npm install
cp src/environments/[login to view URL] src/environments/[login to view URL]
ionic build --prod
ionic cap sync ios
npx cap open ios
echo "ENABLE PUSH NOTIFICATIONS IN XCODE -> CAPABILITES NEXT TO SIGNING"