Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Using Unity3d, and using a PC, can I build for ios, then transfer that folder to a mac, and it work?

0 votes
The answer is not without some minor manual labor, becasue there is an additional step we have to do, we have to copy over the file "libAkSoundEngine.a" onto the newly created build folder's library file, then open the xcode project that has been created (using the mac) and reference that file from the project by doing this:with the project open, you right click on the Libraries folder, then select (Add Files to "Unity-iPhone"...) and then select "libAkSoundEngine.a". This would have to be done each and every time we make a build or else it generates errors. My real question is, is there a way to have that file copied and referenced by the xcode project without having to do it manually? Currently, copying the file was ez, that's done, but referencing it for the xcode project, not so much... It seems that this feature works already if we build directly from a mac, but due to our setup, it would be much faster and economical to use our PC's to make these builds. Is this automatic referencing possible? We use Unity4.5.3f3, and the wwise unity integration 2012.2. Thanks ahead of time.
asked Jan 14, 2015 in General Discussion by Miguel D. (100 points)

1 Answer

0 votes
It is currently not supported to build for Mac/iOS from a PC, and for PC from a Mac. Unfortunately, no time estimate can be given on a fix for that.
answered Jan 16, 2015 by Benoit S. (Audiokinetic) (16,020 points)
...