Fix small error Help with ionic javascript ios app not building / not working after xcode / ios upgrade
Budget: $30 – $250 USD
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 build it / 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. xCode has asked me to fix some errors which I clicked.
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, CAPBridgedPlugin.self) {
let pluginClassName = NSStringFromClass(c)
let pluginType = c as! CAPPlugin.Type
let bridgeType = c as! CAPBridgedPlugin.Type
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/environment.prod.ios.ts src/environments/environment.ts
ionic build --prod
ionic cap sync ios
npx cap open ios
echo "ENABLE PUSH NOTIFICATIONS IN XCODE -> CAPABILITES NEXT TO SIGNING"
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 build it / 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. xCode has asked me to fix some errors which I clicked.
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, CAPBridgedPlugin.self) {
let pluginClassName = NSStringFromClass(c)
let pluginType = c as! CAPPlugin.Type
let bridgeType = c as! CAPBridgedPlugin.Type
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/environment.prod.ios.ts src/environments/environment.ts
ionic build --prod
ionic cap sync ios
npx cap open ios
echo "ENABLE PUSH NOTIFICATIONS IN XCODE -> CAPABILITES NEXT TO SIGNING"