Re: [codenameone-discussions] CocoaPods command not found from Maven on Linux (CocoaPods is successfully installed)

2021-05-21 Thread Shai Almog
We use some 3rd party tools that are not our own. Our code might also make some assumptions without realizing since we never tested on Linux. On Friday, May 21, 2021 at 4:11:29 PM UTC+3 P5music wrote: > It's my curiosity. > It assumes that it is running on a Mac, of course. > I guess that

[codenameone-discussions] Re: Documents folder on iOS device for CN1 apps

2021-05-21 Thread Shai Almog
We typically detect the file in the private folder and seamlessly copy the file to a place that's visible by the other app. On Friday, May 21, 2021 at 1:50:49 PM UTC+3 P5music wrote: > Maybe it's me but I could not find any explanatory documentation on this. > > My CN1 app can export some data

Re: [codenameone-discussions] Can't get ios certificate after maven

2021-05-21 Thread Dennis Rogers
Thanks. I was able to enable the certificates. However I found the wizard in a different place. I went to the menu that selects the device to build -> tools -> Codename One Settings. On Friday, May 21, 2021 at 4:43:42 PM UTC-4 Steve Hannah wrote: > You can access the certificate wizard

Re: [codenameone-discussions] Can't get ios certificate after maven

2021-05-21 Thread Steve Hannah
You can access the certificate wizard through codename one settings still. See https://shannah.github.io/codenameone-maven-manual/#settings On Fri, May 21, 2021 at 11:39 AM Dennis Rogers wrote: > I've migrated to maven and have been able to do android device installs > but when I try to do a

[codenameone-discussions] Can't get ios certificate after maven

2021-05-21 Thread Dennis Rogers
I've migrated to maven and have been able to do android device installs but when I try to do a IOS install it says I need a certificate. I had generated a certificate before I moved to maven. Unfortunately I can't find the certificate wizard I used before. Has it moved ? -Dennis -- You

Re: [codenameone-discussions] CocoaPods command not found from Maven on Linux (CocoaPods is successfully installed)

2021-05-21 Thread 'P5music' via CodenameOne Discussions
It's my curiosity. It assumes that it is running on a Mac, of course. I guess that something other than CocoaPods is necessary, for example something from XCode. But I wonder, the output is just source code, so why could it not be produced in a Linux environment? I am talking in principle, I

Re: [codenameone-discussions] CocoaPods command not found from Maven on Linux (CocoaPods is successfully installed)

2021-05-21 Thread Steve Hannah
Linux isn't a supported platform for the Xcode project target. The process assumes that it is running on a Mac with Xcode. Installing cocoapods on Linux won't work around this. It requires a mac. On Fri, May 21, 2021 at 3:24 AM 'P5music' via CodenameOne Discussions <

[codenameone-discussions] Documents folder on iOS device for CN1 apps

2021-05-21 Thread 'P5music' via CodenameOne Discussions
Maybe it's me but I could not find any explanatory documentation on this. My CN1 app can export some data files for the user's convenience. The workflow that's only possible with CN1 as far as I understand is 1->using the Documents folder 2->sending an email message (at present time) I opted for

[codenameone-discussions] CocoaPods command not found from Maven on Linux (CocoaPods is successfully installed)

2021-05-21 Thread 'P5music' via CodenameOne Discussions
I installed ruby and CocoaPods on my Linux system (Arch Garuda) to be able to create the XCode snapshot project for my app. This could allow me to just run XCode and iOS simulator on OSX, creating the project on Linux. I launched the local build for XCode but I got Please install Cocoapods