Software Archive
Read-only legacy content

hi

MATRIX_R_
Beginner
1,701 Views

hi

how do i get xcode project from intel xdk?

0 Kudos
10 Replies
John_H_Intel2
Employee
1,701 Views

The XDK does not provide you with an xcode project. The XDK allows you to compile a Cordova based build with can be installed on device or submitted to the store. You can not import it into xcode.

0 Kudos
PaulF_IntelCorp
Employee
1,701 Views

Did you try to add it as a git repo plugin? I just did that, see the image below. Unfortunately, this is a MASSIVE git repo (750MB) so it takes a very long time to add it (especially dependent on your network connection). It might work better to download the ZIP and then add it as a local plugin. Here's the link to the downloads in that repo > https://bitbucket.org/appodeal/appodeal-cordova-plugin/downloads, I presume they mean for you to use the "master" branch and not the "ios" branch (the master contains code for an iOS build).

There's a binary file in the libs directory named Appodeal that is 491MB in size, which is the reason the repo is so big. I believe this is meant for use with Android, but it may cause troubles with the build, since you will probably end up with too large a package for building. It certainly won't fit into an APK. I tried a quick build with Android and it uploaded and attempted to build but failed with an odd error message. I did not try an iOS build.

Here's how you retrieve it directly from their git repo. Otherwise, if you download the ZIP, unzip and then choose "Import local plugin" and point to the "plugin.xml" file inside the unzipped directories.

Screen Shot 2015-12-01 at 4.49.33 PM.png

 

0 Kudos
MATRIX_R_
Beginner
1,701 Views

Hi

thanks for reply

i want to build thisvia ios ... and i already donwload the file and add it locally but it fail (CLI 4.1.2 and CLI 5.1.1)

for android there is no problem their plugin for android are https://github.com/appodeal/Appodeal-PhoneGap-plugin.git and https://github.com/appodeal/PhoneGap-GooglePlayServices.git and it wroks perfectly 

but for the ios even if i add it locally ... it not work

it's really important ... i try to contact them and it seem that they are slow :(

0 Kudos
PaulF_IntelCorp
Employee
1,701 Views

Perhaps downloading the iOS branch and trying that will work better...

0 Kudos
MATRIX_R_
Beginner
1,701 Views

and please how to download the ios branch ?

0 Kudos
PaulF_IntelCorp
Employee
1,701 Views

From the downloads page I gave you, click the "Branches" tab.

0 Kudos
MATRIX_R_
Beginner
1,701 Views

build fail with that log 

0 Kudos
PaulF_IntelCorp
Employee
1,701 Views

Please ask the plugin vendor if their plugin requires Xcode 7. If that is the case, our build system will not work, it has not yet been upgraded to use Xcode 7.
 

0 Kudos
MATRIX_R_
Beginner
1,701 Views

Hi,

the plugin is working on xcode 6.x and up

the framework is too big ... and intek xdk takes time to upload to server then it fail

0 Kudos
John_H_Intel2
Employee
1,701 Views
ld: 29 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

It appears that you are including duplicate plugins. What plugins are you including?

0 Kudos
Reply