Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Successful iPhone App Export - What I did differently
- Original author: marshzd
- Original date: October 23, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/successful-iphone-app-export-what-i-did-differently.46605/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > RPG Maker Mobile Deployment
Summary
First of all, this isn't a fix all for every situation. This is just what I had to do in order to get things to work. Basically two steps in 4-3-1 were adjusted. 1) I was getting an error in 4-3-1 when I attempted to Archive. { "lightbox_close": "Close",
Archived First Post
First of all, this isn't a fix all for every situation. This is just what I had to do in order to get things to work. Basically two steps in 4-3-1 were adjusted.
1) I was getting an error in 4-3-1 when I attempted to Archive.
Protected download
To fix this, you basically need to Clean your project, select the project, then ADD this (don't delete the other files there) to your Build Settings -> Header Search Paths item:
"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"
This is a problem with Apple's Xcode latest update. It's possible it's not considered a bug, it's just a recent change they made, so it may never be "fixed".
(Thanks to this link for that solution http://forum.ionicframework.com/t/cordova-cdvviewcontroller-h-file-not-found-in-xcode-7-1-beta/32232/3)
2) Instead of the "Show in Finder" step, and then using the terminal command to build the App, I just went to the right bar and selected "Export..." and followed the instructions to create my app. I had success with this.
Protected download
That's what I've figured out so far. Hopefully it helps someone out.
Thanks!
1) I was getting an error in 4-3-1 when I attempted to Archive.
Protected download
To fix this, you basically need to Clean your project, select the project, then ADD this (don't delete the other files there) to your Build Settings -> Header Search Paths item:
"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"
This is a problem with Apple's Xcode latest update. It's possible it's not considered a bug, it's just a recent change they made, so it may never be "fixed".
(Thanks to this link for that solution http://forum.ionicframework.com/t/cordova-cdvviewcontroller-h-file-not-found-in-xcode-7-1-beta/32232/3)
2) Instead of the "Show in Finder" step, and then using the terminal command to build the App, I just went to the right bar and selected "Export..." and followed the instructions to create my app. I had success with this.
Protected download
That's what I've figured out so far. Hopefully it helps someone out.
Thanks!
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...

