Cannot install iOS SDK for RAD Studio 10.2 Tokyo
We recently purchased a new license of RAD Studio Tokyo and installed version 10.2 Update 3 on Windows 10 Pro. We purchased the product specifically for the capability of targeting both Windows and iOS, but so far we can only target Windows.
The target environment is macOS 10.13.6, with all latest updates including Xcode 10.1 and iPhoneOS12.1.sdk, iPhoneSimulator12.1.sdk, MacOSX10.14.sdk. Also installed is PAServer-19.0.app and PAServerManager.app, which both run as expected.
After following the RAD Studio docs to setup a connection profile and iOS SDK, I was able to connect to PAServer, it parsed the available SDKs (/usr/bin/xcodebuild -version -sdk
). The Add a New SDK dialog in RAD Studio then populates the Select an SDK version combobox with what it parsed, but it only lists the macOS SDK "MacOSX 10.14". There is no iOS SDK listed.
I then read the supported iOS target environments and saw iOS 12 is unsupported. So I downloaded Xcode 9.4.1 from Apple (which includes iOS 11.4 SDK), assuming iOS 11.4 would be supported since the RAD Studio docs say iOS 11 is supported.
Following the troubleshooting docs, I installed Xcode 9.4.1 to a standalone directory (leaving the existing Xcode 10.1 alone in /Applications), updated the system selected Xcode (using /usr/bin/xcode-select --switch /path/to/Xcode-9.4.1.app/Contents/Developer
), then restarted PAServer.
Now when I try to select the supported version of iOS through the Add a New SDK dialog in RAD Studio, the Select an SDK version combobox is populated with the newly-installed older macOS SDK "MacOSX 10.13", so I'm confident it is looking in the correct paths, but there is still no iOS SDK listed. What gives?
ios delphi delphi-10.2-tokyo rad-studio paserver
|
show 4 more comments
We recently purchased a new license of RAD Studio Tokyo and installed version 10.2 Update 3 on Windows 10 Pro. We purchased the product specifically for the capability of targeting both Windows and iOS, but so far we can only target Windows.
The target environment is macOS 10.13.6, with all latest updates including Xcode 10.1 and iPhoneOS12.1.sdk, iPhoneSimulator12.1.sdk, MacOSX10.14.sdk. Also installed is PAServer-19.0.app and PAServerManager.app, which both run as expected.
After following the RAD Studio docs to setup a connection profile and iOS SDK, I was able to connect to PAServer, it parsed the available SDKs (/usr/bin/xcodebuild -version -sdk
). The Add a New SDK dialog in RAD Studio then populates the Select an SDK version combobox with what it parsed, but it only lists the macOS SDK "MacOSX 10.14". There is no iOS SDK listed.
I then read the supported iOS target environments and saw iOS 12 is unsupported. So I downloaded Xcode 9.4.1 from Apple (which includes iOS 11.4 SDK), assuming iOS 11.4 would be supported since the RAD Studio docs say iOS 11 is supported.
Following the troubleshooting docs, I installed Xcode 9.4.1 to a standalone directory (leaving the existing Xcode 10.1 alone in /Applications), updated the system selected Xcode (using /usr/bin/xcode-select --switch /path/to/Xcode-9.4.1.app/Contents/Developer
), then restarted PAServer.
Now when I try to select the supported version of iOS through the Add a New SDK dialog in RAD Studio, the Select an SDK version combobox is populated with the newly-installed older macOS SDK "MacOSX 10.13", so I'm confident it is looking in the correct paths, but there is still no iOS SDK listed. What gives?
ios delphi delphi-10.2-tokyo rad-studio paserver
Have you started the Xcode 9 version after the download? Some components are installed on the first start. At least it did so on my machine.
– G Wimpassinger
Nov 13 '18 at 20:23
Yeah -- I've created a dummy project and verified it was able to run in iOS Simulator with Xcode 9.4.1 and iOS Simulator 11.4 SDK. Granted, this is different than the actual iOS SDK, but regardless RAD Studio should have then listed the Simulator SDK as available in this case, right?
– ardnew
Nov 13 '18 at 21:32
Do your Xcode 9 path have spaces? I had problems with the foldername "XCode 9" and Delphi.
– G Wimpassinger
Nov 13 '18 at 22:41
2
When adding an SDK using Delphi's SDK Manager, does it list iOS as one of the platforms? If not, and you installed via ESD (i.e. not via an ISO), you should go to Tools|Manage Platforms and ensure that the iOS platform is selected. If it was installed via an ISO, you'd need to uninstall, and reinstall with iOS platform selected
– Dave Nottage
Nov 13 '18 at 22:43
1
@ardnew Have you installed Delphi Mobile Pack Add-On after installing Delphi which you now get for free with professional version of Delphi 10.2.3 or newer? During installation of Delphi 10.2.3 installer does not offer installation of Delphi Mobile Pack Add-on as one of the installation components and has to be installed manually after the installation of Delphi. community.embarcadero.com/article/articles-support/…
– SilverWarior
Nov 14 '18 at 21:55
|
show 4 more comments
We recently purchased a new license of RAD Studio Tokyo and installed version 10.2 Update 3 on Windows 10 Pro. We purchased the product specifically for the capability of targeting both Windows and iOS, but so far we can only target Windows.
The target environment is macOS 10.13.6, with all latest updates including Xcode 10.1 and iPhoneOS12.1.sdk, iPhoneSimulator12.1.sdk, MacOSX10.14.sdk. Also installed is PAServer-19.0.app and PAServerManager.app, which both run as expected.
After following the RAD Studio docs to setup a connection profile and iOS SDK, I was able to connect to PAServer, it parsed the available SDKs (/usr/bin/xcodebuild -version -sdk
). The Add a New SDK dialog in RAD Studio then populates the Select an SDK version combobox with what it parsed, but it only lists the macOS SDK "MacOSX 10.14". There is no iOS SDK listed.
I then read the supported iOS target environments and saw iOS 12 is unsupported. So I downloaded Xcode 9.4.1 from Apple (which includes iOS 11.4 SDK), assuming iOS 11.4 would be supported since the RAD Studio docs say iOS 11 is supported.
Following the troubleshooting docs, I installed Xcode 9.4.1 to a standalone directory (leaving the existing Xcode 10.1 alone in /Applications), updated the system selected Xcode (using /usr/bin/xcode-select --switch /path/to/Xcode-9.4.1.app/Contents/Developer
), then restarted PAServer.
Now when I try to select the supported version of iOS through the Add a New SDK dialog in RAD Studio, the Select an SDK version combobox is populated with the newly-installed older macOS SDK "MacOSX 10.13", so I'm confident it is looking in the correct paths, but there is still no iOS SDK listed. What gives?
ios delphi delphi-10.2-tokyo rad-studio paserver
We recently purchased a new license of RAD Studio Tokyo and installed version 10.2 Update 3 on Windows 10 Pro. We purchased the product specifically for the capability of targeting both Windows and iOS, but so far we can only target Windows.
The target environment is macOS 10.13.6, with all latest updates including Xcode 10.1 and iPhoneOS12.1.sdk, iPhoneSimulator12.1.sdk, MacOSX10.14.sdk. Also installed is PAServer-19.0.app and PAServerManager.app, which both run as expected.
After following the RAD Studio docs to setup a connection profile and iOS SDK, I was able to connect to PAServer, it parsed the available SDKs (/usr/bin/xcodebuild -version -sdk
). The Add a New SDK dialog in RAD Studio then populates the Select an SDK version combobox with what it parsed, but it only lists the macOS SDK "MacOSX 10.14". There is no iOS SDK listed.
I then read the supported iOS target environments and saw iOS 12 is unsupported. So I downloaded Xcode 9.4.1 from Apple (which includes iOS 11.4 SDK), assuming iOS 11.4 would be supported since the RAD Studio docs say iOS 11 is supported.
Following the troubleshooting docs, I installed Xcode 9.4.1 to a standalone directory (leaving the existing Xcode 10.1 alone in /Applications), updated the system selected Xcode (using /usr/bin/xcode-select --switch /path/to/Xcode-9.4.1.app/Contents/Developer
), then restarted PAServer.
Now when I try to select the supported version of iOS through the Add a New SDK dialog in RAD Studio, the Select an SDK version combobox is populated with the newly-installed older macOS SDK "MacOSX 10.13", so I'm confident it is looking in the correct paths, but there is still no iOS SDK listed. What gives?
ios delphi delphi-10.2-tokyo rad-studio paserver
ios delphi delphi-10.2-tokyo rad-studio paserver
asked Nov 13 '18 at 19:03
ardnewardnew
1,1701120
1,1701120
Have you started the Xcode 9 version after the download? Some components are installed on the first start. At least it did so on my machine.
– G Wimpassinger
Nov 13 '18 at 20:23
Yeah -- I've created a dummy project and verified it was able to run in iOS Simulator with Xcode 9.4.1 and iOS Simulator 11.4 SDK. Granted, this is different than the actual iOS SDK, but regardless RAD Studio should have then listed the Simulator SDK as available in this case, right?
– ardnew
Nov 13 '18 at 21:32
Do your Xcode 9 path have spaces? I had problems with the foldername "XCode 9" and Delphi.
– G Wimpassinger
Nov 13 '18 at 22:41
2
When adding an SDK using Delphi's SDK Manager, does it list iOS as one of the platforms? If not, and you installed via ESD (i.e. not via an ISO), you should go to Tools|Manage Platforms and ensure that the iOS platform is selected. If it was installed via an ISO, you'd need to uninstall, and reinstall with iOS platform selected
– Dave Nottage
Nov 13 '18 at 22:43
1
@ardnew Have you installed Delphi Mobile Pack Add-On after installing Delphi which you now get for free with professional version of Delphi 10.2.3 or newer? During installation of Delphi 10.2.3 installer does not offer installation of Delphi Mobile Pack Add-on as one of the installation components and has to be installed manually after the installation of Delphi. community.embarcadero.com/article/articles-support/…
– SilverWarior
Nov 14 '18 at 21:55
|
show 4 more comments
Have you started the Xcode 9 version after the download? Some components are installed on the first start. At least it did so on my machine.
– G Wimpassinger
Nov 13 '18 at 20:23
Yeah -- I've created a dummy project and verified it was able to run in iOS Simulator with Xcode 9.4.1 and iOS Simulator 11.4 SDK. Granted, this is different than the actual iOS SDK, but regardless RAD Studio should have then listed the Simulator SDK as available in this case, right?
– ardnew
Nov 13 '18 at 21:32
Do your Xcode 9 path have spaces? I had problems with the foldername "XCode 9" and Delphi.
– G Wimpassinger
Nov 13 '18 at 22:41
2
When adding an SDK using Delphi's SDK Manager, does it list iOS as one of the platforms? If not, and you installed via ESD (i.e. not via an ISO), you should go to Tools|Manage Platforms and ensure that the iOS platform is selected. If it was installed via an ISO, you'd need to uninstall, and reinstall with iOS platform selected
– Dave Nottage
Nov 13 '18 at 22:43
1
@ardnew Have you installed Delphi Mobile Pack Add-On after installing Delphi which you now get for free with professional version of Delphi 10.2.3 or newer? During installation of Delphi 10.2.3 installer does not offer installation of Delphi Mobile Pack Add-on as one of the installation components and has to be installed manually after the installation of Delphi. community.embarcadero.com/article/articles-support/…
– SilverWarior
Nov 14 '18 at 21:55
Have you started the Xcode 9 version after the download? Some components are installed on the first start. At least it did so on my machine.
– G Wimpassinger
Nov 13 '18 at 20:23
Have you started the Xcode 9 version after the download? Some components are installed on the first start. At least it did so on my machine.
– G Wimpassinger
Nov 13 '18 at 20:23
Yeah -- I've created a dummy project and verified it was able to run in iOS Simulator with Xcode 9.4.1 and iOS Simulator 11.4 SDK. Granted, this is different than the actual iOS SDK, but regardless RAD Studio should have then listed the Simulator SDK as available in this case, right?
– ardnew
Nov 13 '18 at 21:32
Yeah -- I've created a dummy project and verified it was able to run in iOS Simulator with Xcode 9.4.1 and iOS Simulator 11.4 SDK. Granted, this is different than the actual iOS SDK, but regardless RAD Studio should have then listed the Simulator SDK as available in this case, right?
– ardnew
Nov 13 '18 at 21:32
Do your Xcode 9 path have spaces? I had problems with the foldername "XCode 9" and Delphi.
– G Wimpassinger
Nov 13 '18 at 22:41
Do your Xcode 9 path have spaces? I had problems with the foldername "XCode 9" and Delphi.
– G Wimpassinger
Nov 13 '18 at 22:41
2
2
When adding an SDK using Delphi's SDK Manager, does it list iOS as one of the platforms? If not, and you installed via ESD (i.e. not via an ISO), you should go to Tools|Manage Platforms and ensure that the iOS platform is selected. If it was installed via an ISO, you'd need to uninstall, and reinstall with iOS platform selected
– Dave Nottage
Nov 13 '18 at 22:43
When adding an SDK using Delphi's SDK Manager, does it list iOS as one of the platforms? If not, and you installed via ESD (i.e. not via an ISO), you should go to Tools|Manage Platforms and ensure that the iOS platform is selected. If it was installed via an ISO, you'd need to uninstall, and reinstall with iOS platform selected
– Dave Nottage
Nov 13 '18 at 22:43
1
1
@ardnew Have you installed Delphi Mobile Pack Add-On after installing Delphi which you now get for free with professional version of Delphi 10.2.3 or newer? During installation of Delphi 10.2.3 installer does not offer installation of Delphi Mobile Pack Add-on as one of the installation components and has to be installed manually after the installation of Delphi. community.embarcadero.com/article/articles-support/…
– SilverWarior
Nov 14 '18 at 21:55
@ardnew Have you installed Delphi Mobile Pack Add-On after installing Delphi which you now get for free with professional version of Delphi 10.2.3 or newer? During installation of Delphi 10.2.3 installer does not offer installation of Delphi Mobile Pack Add-on as one of the installation components and has to be installed manually after the installation of Delphi. community.embarcadero.com/article/articles-support/…
– SilverWarior
Nov 14 '18 at 21:55
|
show 4 more comments
2 Answers
2
active
oldest
votes
We've had a hell of a time with Embarcadero licensing over the last couple of years, and this seems to be an extension of that.
Taking note of @DaveNottage's comment, I thought it was weird iOS
wasn't listed as an available platform through the ISO installer and remembered how older versions of RAD Studio used to offer it as a "Mobile Pack Add-On", but only for certain editions. Then I compared my installed edition of RAD Studio (Professional) to the edition named in our new Network Named User license (Enterprise). Those don't match. So I launched the license manager, verified that indeed I have 2 different licenses installed, and that RAD Studio 10.2 was apparently using the older, inferior XE8 Professional license, since it was covered under their upgrade licensing.
I deleted this license from the license manager. Uninstalled RAD Studio 10.2. Re-installed using the exact same ISO I used originally. And now suddenly I have iOS 32-bit and 64-bit as available platforms, and they also now appear as available SDKs in the SDK Manager.
And for the record, you guys were much more help than Embarcadero Support. I submitted this exact same issue (copy-pasted), and their only response was that RAD Studio 10.2 doesn't support iOS 12 and to contact their sales team about access to the beta release of RAD Studio 10.3. So they clearly didn't even read the issue at all. Wonderful support for a $5000 license.
I wish I could up vote this a million times. Embarcadero plain sucks. Their products suck and their support sucks. It's amazing they are even still in business. We are stuck with the product for so long I, foolishly, pulled the trigger on them again to play around with Firemonkey. Built a couple apps with trial-ware but when it came time to purchase the enterprise version, it was problem after problem just getting it installed. We paid for a 10.2 (tokyo) version and trying to upgrade to 10.3, as my license entitles me too, it simply does not work at all! So done with this company.
– Eric
Nov 22 '18 at 19:24
add a comment |
Proof of the utter insanity they make you go through!
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53287878%2fcannot-install-ios-sdk-for-rad-studio-10-2-tokyo%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
We've had a hell of a time with Embarcadero licensing over the last couple of years, and this seems to be an extension of that.
Taking note of @DaveNottage's comment, I thought it was weird iOS
wasn't listed as an available platform through the ISO installer and remembered how older versions of RAD Studio used to offer it as a "Mobile Pack Add-On", but only for certain editions. Then I compared my installed edition of RAD Studio (Professional) to the edition named in our new Network Named User license (Enterprise). Those don't match. So I launched the license manager, verified that indeed I have 2 different licenses installed, and that RAD Studio 10.2 was apparently using the older, inferior XE8 Professional license, since it was covered under their upgrade licensing.
I deleted this license from the license manager. Uninstalled RAD Studio 10.2. Re-installed using the exact same ISO I used originally. And now suddenly I have iOS 32-bit and 64-bit as available platforms, and they also now appear as available SDKs in the SDK Manager.
And for the record, you guys were much more help than Embarcadero Support. I submitted this exact same issue (copy-pasted), and their only response was that RAD Studio 10.2 doesn't support iOS 12 and to contact their sales team about access to the beta release of RAD Studio 10.3. So they clearly didn't even read the issue at all. Wonderful support for a $5000 license.
I wish I could up vote this a million times. Embarcadero plain sucks. Their products suck and their support sucks. It's amazing they are even still in business. We are stuck with the product for so long I, foolishly, pulled the trigger on them again to play around with Firemonkey. Built a couple apps with trial-ware but when it came time to purchase the enterprise version, it was problem after problem just getting it installed. We paid for a 10.2 (tokyo) version and trying to upgrade to 10.3, as my license entitles me too, it simply does not work at all! So done with this company.
– Eric
Nov 22 '18 at 19:24
add a comment |
We've had a hell of a time with Embarcadero licensing over the last couple of years, and this seems to be an extension of that.
Taking note of @DaveNottage's comment, I thought it was weird iOS
wasn't listed as an available platform through the ISO installer and remembered how older versions of RAD Studio used to offer it as a "Mobile Pack Add-On", but only for certain editions. Then I compared my installed edition of RAD Studio (Professional) to the edition named in our new Network Named User license (Enterprise). Those don't match. So I launched the license manager, verified that indeed I have 2 different licenses installed, and that RAD Studio 10.2 was apparently using the older, inferior XE8 Professional license, since it was covered under their upgrade licensing.
I deleted this license from the license manager. Uninstalled RAD Studio 10.2. Re-installed using the exact same ISO I used originally. And now suddenly I have iOS 32-bit and 64-bit as available platforms, and they also now appear as available SDKs in the SDK Manager.
And for the record, you guys were much more help than Embarcadero Support. I submitted this exact same issue (copy-pasted), and their only response was that RAD Studio 10.2 doesn't support iOS 12 and to contact their sales team about access to the beta release of RAD Studio 10.3. So they clearly didn't even read the issue at all. Wonderful support for a $5000 license.
I wish I could up vote this a million times. Embarcadero plain sucks. Their products suck and their support sucks. It's amazing they are even still in business. We are stuck with the product for so long I, foolishly, pulled the trigger on them again to play around with Firemonkey. Built a couple apps with trial-ware but when it came time to purchase the enterprise version, it was problem after problem just getting it installed. We paid for a 10.2 (tokyo) version and trying to upgrade to 10.3, as my license entitles me too, it simply does not work at all! So done with this company.
– Eric
Nov 22 '18 at 19:24
add a comment |
We've had a hell of a time with Embarcadero licensing over the last couple of years, and this seems to be an extension of that.
Taking note of @DaveNottage's comment, I thought it was weird iOS
wasn't listed as an available platform through the ISO installer and remembered how older versions of RAD Studio used to offer it as a "Mobile Pack Add-On", but only for certain editions. Then I compared my installed edition of RAD Studio (Professional) to the edition named in our new Network Named User license (Enterprise). Those don't match. So I launched the license manager, verified that indeed I have 2 different licenses installed, and that RAD Studio 10.2 was apparently using the older, inferior XE8 Professional license, since it was covered under their upgrade licensing.
I deleted this license from the license manager. Uninstalled RAD Studio 10.2. Re-installed using the exact same ISO I used originally. And now suddenly I have iOS 32-bit and 64-bit as available platforms, and they also now appear as available SDKs in the SDK Manager.
And for the record, you guys were much more help than Embarcadero Support. I submitted this exact same issue (copy-pasted), and their only response was that RAD Studio 10.2 doesn't support iOS 12 and to contact their sales team about access to the beta release of RAD Studio 10.3. So they clearly didn't even read the issue at all. Wonderful support for a $5000 license.
We've had a hell of a time with Embarcadero licensing over the last couple of years, and this seems to be an extension of that.
Taking note of @DaveNottage's comment, I thought it was weird iOS
wasn't listed as an available platform through the ISO installer and remembered how older versions of RAD Studio used to offer it as a "Mobile Pack Add-On", but only for certain editions. Then I compared my installed edition of RAD Studio (Professional) to the edition named in our new Network Named User license (Enterprise). Those don't match. So I launched the license manager, verified that indeed I have 2 different licenses installed, and that RAD Studio 10.2 was apparently using the older, inferior XE8 Professional license, since it was covered under their upgrade licensing.
I deleted this license from the license manager. Uninstalled RAD Studio 10.2. Re-installed using the exact same ISO I used originally. And now suddenly I have iOS 32-bit and 64-bit as available platforms, and they also now appear as available SDKs in the SDK Manager.
And for the record, you guys were much more help than Embarcadero Support. I submitted this exact same issue (copy-pasted), and their only response was that RAD Studio 10.2 doesn't support iOS 12 and to contact their sales team about access to the beta release of RAD Studio 10.3. So they clearly didn't even read the issue at all. Wonderful support for a $5000 license.
answered Nov 15 '18 at 17:05
ardnewardnew
1,1701120
1,1701120
I wish I could up vote this a million times. Embarcadero plain sucks. Their products suck and their support sucks. It's amazing they are even still in business. We are stuck with the product for so long I, foolishly, pulled the trigger on them again to play around with Firemonkey. Built a couple apps with trial-ware but when it came time to purchase the enterprise version, it was problem after problem just getting it installed. We paid for a 10.2 (tokyo) version and trying to upgrade to 10.3, as my license entitles me too, it simply does not work at all! So done with this company.
– Eric
Nov 22 '18 at 19:24
add a comment |
I wish I could up vote this a million times. Embarcadero plain sucks. Their products suck and their support sucks. It's amazing they are even still in business. We are stuck with the product for so long I, foolishly, pulled the trigger on them again to play around with Firemonkey. Built a couple apps with trial-ware but when it came time to purchase the enterprise version, it was problem after problem just getting it installed. We paid for a 10.2 (tokyo) version and trying to upgrade to 10.3, as my license entitles me too, it simply does not work at all! So done with this company.
– Eric
Nov 22 '18 at 19:24
I wish I could up vote this a million times. Embarcadero plain sucks. Their products suck and their support sucks. It's amazing they are even still in business. We are stuck with the product for so long I, foolishly, pulled the trigger on them again to play around with Firemonkey. Built a couple apps with trial-ware but when it came time to purchase the enterprise version, it was problem after problem just getting it installed. We paid for a 10.2 (tokyo) version and trying to upgrade to 10.3, as my license entitles me too, it simply does not work at all! So done with this company.
– Eric
Nov 22 '18 at 19:24
I wish I could up vote this a million times. Embarcadero plain sucks. Their products suck and their support sucks. It's amazing they are even still in business. We are stuck with the product for so long I, foolishly, pulled the trigger on them again to play around with Firemonkey. Built a couple apps with trial-ware but when it came time to purchase the enterprise version, it was problem after problem just getting it installed. We paid for a 10.2 (tokyo) version and trying to upgrade to 10.3, as my license entitles me too, it simply does not work at all! So done with this company.
– Eric
Nov 22 '18 at 19:24
add a comment |
Proof of the utter insanity they make you go through!
add a comment |
Proof of the utter insanity they make you go through!
add a comment |
Proof of the utter insanity they make you go through!
Proof of the utter insanity they make you go through!
answered Nov 22 '18 at 19:27
EricEric
1,03842538
1,03842538
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53287878%2fcannot-install-ios-sdk-for-rad-studio-10-2-tokyo%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you started the Xcode 9 version after the download? Some components are installed on the first start. At least it did so on my machine.
– G Wimpassinger
Nov 13 '18 at 20:23
Yeah -- I've created a dummy project and verified it was able to run in iOS Simulator with Xcode 9.4.1 and iOS Simulator 11.4 SDK. Granted, this is different than the actual iOS SDK, but regardless RAD Studio should have then listed the Simulator SDK as available in this case, right?
– ardnew
Nov 13 '18 at 21:32
Do your Xcode 9 path have spaces? I had problems with the foldername "XCode 9" and Delphi.
– G Wimpassinger
Nov 13 '18 at 22:41
2
When adding an SDK using Delphi's SDK Manager, does it list iOS as one of the platforms? If not, and you installed via ESD (i.e. not via an ISO), you should go to Tools|Manage Platforms and ensure that the iOS platform is selected. If it was installed via an ISO, you'd need to uninstall, and reinstall with iOS platform selected
– Dave Nottage
Nov 13 '18 at 22:43
1
@ardnew Have you installed Delphi Mobile Pack Add-On after installing Delphi which you now get for free with professional version of Delphi 10.2.3 or newer? During installation of Delphi 10.2.3 installer does not offer installation of Delphi Mobile Pack Add-on as one of the installation components and has to be installed manually after the installation of Delphi. community.embarcadero.com/article/articles-support/…
– SilverWarior
Nov 14 '18 at 21:55