@herve76 wrote:
Hello ionicers,
I just updated my iphone to iOS9 and I also upgraded to XCode7.
After reading this post, I applied this patch https://gist.github.com/IgorMinar/863acd413e3925bf282c
I added the JS file to my lib folder and I added the following line in my index.html bellow the Ionic bundle line:
<script src="lib/angular-ios9-uiwebview.js"></script>
I also added it to my angular module in app.js:
angular.module('your_app_name', [ 'ionic', 'ngCordova', 'ngIOS9UIWebViewPatch' ])
Now the result:
When I run: ionic run ios -l --device
It compiles fine but gives me a big white page and no log, no error.When I try with XCode the build Failed with the following error:
clang: error: linker command failed with exit code 1 (use -v to see invocation)Does anyone have the same issues?
Cheers,
Hervé
Posts: 8
Participants: 2