objective c - Create frameworks for iOS bundled with unity data and its library -
this regarding creating framework in ios, have bundle of unity want create framework, data with-holding , linking library unity libiphone-lib.a. without adding library in bundle target, compilation works fine, if include libiphone-lib.a file, generates warning as:
warning: implicit declaration of function 'unitysendmessage'
the unitysendmessage function being called dedicated libiphone-lib.a framework.
any suggestions regarding concern appreciated.
thanks.
the unity folks seem have neglected include header declaring function. can either declare yourself, or ignore warning.
Comments
Post a Comment