I have a cross platform project that I've been working on a fair bit in B4J and B4A. Now I'm switching to B4i to make sure my latest updates work fine there too.
However, I can't compile the project as I get this error message:
As best I know viewsex is only something used in Android, and to my knowledge I don't use it at all in my project. (I suppose a b4xlib might use it without me knowing it, the feedback on that is vague.)
I've grep'd my full source:
It's only mentioned in the generated XCode project.
I have the latest version of B4i and the latest local builder. The builder is running from its own folder, and it can see the library folder; verified by http://mac.local:51041/test
What could possibly be wrong?
However, I can't compile the project as I get this error message:
B4X:
ld: library 'viewsex' not found
As best I know viewsex is only something used in Android, and to my knowledge I don't use it at all in my project. (I suppose a b4xlib might use it without me knowing it, the feedback on that is vague.)
I've grep'd my full source:
Bash:
sandman@mothership:/MYAPP$ grep -ir viewsex .
./project/B4i/Objects/src/B4iProject.xcodeproj/project.pbxproj: AEB207BF8E048070471071C3 /*libviewsex.a */= {isa = PBXBuildFile; fileRef = 122AEFF603EEBAFF28577798;};
./project/B4i/Objects/src/B4iProject.xcodeproj/project.pbxproj: 122AEFF603EEBAFF28577798 /* libviewsex.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libviewsex.a";path = "../../Libs/libviewsex.a"; sourceTree = "<group>"; };
./project/B4i/Objects/src/B4iProject.xcodeproj/project.pbxproj: AEB207BF8E048070471071C3 /* libviewsex.a*/,
./project/B4i/Objects/src/B4iProject.xcodeproj/project.pbxproj: 122AEFF603EEBAFF28577798 /* libviewsex.a*/,
sandman@mothership:/MYAPP$
It's only mentioned in the generated XCode project.
I have the latest version of B4i and the latest local builder. The builder is running from its own folder, and it can see the library folder; verified by http://mac.local:51041/test
What could possibly be wrong?