0
votes

My environment setup is:
Eclipse luna
Mobilefirst version 7.1.0.00-20151012-1525
OS windows 7

I am working on a app in which I have added IPhone environment and to deploy app on IPhone copied native folder to mac and using xcode to deploy but having following error.

/Users/sanketkulkarni/Library/Developer/Xcode/DerivedData/DemoDemoIphone-azvbaszihidylngstqhkzbapopkq/Build/Intermediates/DemoDemoIphone.build/Debug-iphoneos/DemoDemoIphone.build/Script-427B829D1393724500F223DC.sh: /Projects/sanket/06-04-2016/native/buildtime.sh: /bin/bash^M: bad interpreter: No such file or directory

1

1 Answers

0
votes

Looks to me like the app is not actually built.

Make sure you have first select Run As -> Run on MobileFirst Development Server, and then copy the iphone\native folder.

Note though that it would be better if you will do your development on your Mac to begin with.

Is there a reason why you are developing on Windows/Linux, and then moving your code to Mac?