-
Notifications
You must be signed in to change notification settings - Fork 11
Directories with a dash in their name generate a framework file with an underscore which fails #8
Comments
can you paste your |
|
|
can you try removing the
block entirely from your build.gradle and regenerate the podspec, pod install, xcode build? |
ok i'll try that |
Hi, When i executing pod install i got 3 missing required attribute errors for 'authors', 'homepage' and 'summary'. I added those fields manually an executed pod install again, this time with success. I build the xcode project agian but the result was the same, the build was very fast, and the framework headers is the Dummy.h. |
hmmm alright. Next thing would be - can you share what your directory looks like? Specifically curious where the xcodeproj is, where Another thing, can you try running |
Hi, When i run
When checking the Inside the folder |
okay good to know, thats getting closer to the problem. which directory is the |
can you also expand the |
can you try
The directories actually all look correct so it's confusing what this error means: since it looks like |
ok, i'll try that |
Hi, I think i found the "issue". In the info i shared i named the multi-platform project I renamed the directories inside my project, removing the -, and everything worked as supposed. I'm sorry for the time you lost due to this omission in the reports, and once againg thanks for all the support. PS: I didn't close the issue because i don't know if it is supposed to work with '-' or not |
I'd still call that an issue! Given it was so hard to track down, we can at least detect this scenario in the plugin and throw an error saying that there shouldn't be a |
No problem, thanks for your help :) |
Hi,
I've followed the instructions provided in the README to integrate this plugin in my multiplatform project.
After that, i can build the xcode project with success and import the framework to m xcode project, but i think the task is not compiling my code, because it runs very fast (compared to the old method of using the packForXcode task) and when inspecting the framework headers all i see is the Dummy.h form the dummy framework of the project.
Is there any extra step i need to do in the xcode configuration or something?
Thanks in advance
The text was updated successfully, but these errors were encountered: