0

I am facing an issue, related to cordova ios build using Xcode-7. when I create fresh project on mac machine, I am able to build and run that on simulator ios 6s. But When I try to import the project built on windows machine to mac, I am not able to build it succesfully.

***Error:*

could not build module "IBMMobileFirstPlatformFoundation".

**

*Configuration on windows:

cordova 6.5.0

ionic 3.3.0

node 6.10.3

ios platform version is 4.4.0

npm version is 3.10.10

* *configuration on mac machine

cordova 6.5.0

ionic 3.3.0

node 6.11

ios platform version is 4.4.0

npm version is 3.10.10

*

Xcode is 7.

thank you for kind attention, kindly suggest me what I doing wrong. :)

sparrowTrajon
  • 182
  • 1
  • 10

1 Answers1

0

After one week R&D, I found the the answer to the problem, there was the problem of Xcode version, I just updated the OS version and also the Xcode version. Later On I came to know that problem was cordova and ionic version also. I update the cordova version to 7.2.0 and ionic version to 3.4.0.

I have build the app and its running fine, with some UI issues.

also use ionic cordova build to build the project. thank you.

sparrowTrajon
  • 182
  • 1
  • 10