Questions tagged [xcode9.3]

Xcode 9.3 is the stable release of Xcode. Xcode is the complete developer toolset used to create apps for Apple TV, Apple Watch, iPad, iPhone, and Mac. The Xcode development environment bundles the Instruments analysis tool, Simulator, and the OS frameworks in the form of tvOS SDKs, watchOS SDKs, iOS SDKs, and macOS SDKs.

135 questions
1
vote
1 answer

Xcode9.3 supportedInterfaceOrientations performs incorrectly

I running my code without any change in Xcode9.2 and Xcode9.3. Apparently, the device orientation perform incorrectly in Xcode9.3. SupportedInterfaceOrientations was called but the device still rotate to portrait. Anyone can help? -…
yonlau
  • 113
  • 2
  • 8
1
vote
0 answers

Bit-code enabled error during compilation in xcode

I have created static iotivity framework(release) with bit code enabled in xcode-build settings for multiple .a files (each .a file will support for all architecture like armv7,arv7s, arm64, i386, x86_64) and header files by using…
user3898700
  • 141
  • 1
  • 12
1
vote
0 answers

Provisioning profile doesn't include the beta-reports-active entitlement

When I Archived the my build and then export form the Organizer for AdHoc Distribution. It shows me for the selection of Profile. Now when I select my AdHoc provisioning profile. It will display error like this "Profile doesn't include the…
1
vote
0 answers

Could not build module 'Foundation', 'UIKit, 'CoreFoundation' on Xcode 9.3 and Xcode 9.4

Iam facing an issue from 4 days, but not able to resolved. The code which is working & succeeded fine in Xcode 9.2. but with same code on xcode 9.3 and xcode 9.4 facing the issues as "could not build module 'UIKit', 'Foundation' etc" as shown in…
1
vote
4 answers

UIButton initWithFrame:CGRectMake not working in Xcode 9.3

update the xcode to 9.3 and I have problems with the programmable button in Xcode 8 I have it in the following way and it works well UIButton *btnSettingsButton = [[UIButton alloc] initWithFrame:CGRectMake(0, 0, 25, 25)]; [btnSettingsButton…
1
vote
2 answers

Attempt to update Xcode ends in endless wait

I am on MacBook Pro using High Sierra (10.13.4) My installed version of Xcode is 8.2 (8C38) and I am trying to update to 9.3.1 but I end up in endless waiting.
pixel
  • 9,653
  • 16
  • 82
  • 149
1
vote
3 answers

Xcode 9.3 - NSPredicate Bool crash

After the Xcode 9.3 update, I've noticed that if you want to have Predicate like this: let predicate = NSPredicate(format: "preferred = %@", true as CVarArg) You have a crash. But in Xcode 9.2 this wasn't a problem. Any idea?
Alessandro Francucci
  • 1,528
  • 17
  • 25
1
vote
3 answers

Library not Loading/Image not Found - Swift 4.0

So I am very new to Swift and XCode. I am trying to use an external library called JJFloatingActionButton the projects build fine but when I try run it on an emulator I get: dyld: Library not loaded:…
Mwikala Kangwa
  • 430
  • 7
  • 24
1
vote
3 answers

How do find the .app file in Xcode 9.3.1

Ok, I've spent a few hours trying to find an answer to this question and had no luck what so ever. I am creating an appium automated test using xcode Version 9.3.1 I need to locate the .app file so I can add it to my desired capabilities and I cant…
fypnlp
  • 1,372
  • 4
  • 18
  • 41
1
vote
3 answers

UITableView is not appearing in iPhone

The following code is to display the UITableView for an e-wallet type app. But the tableview is not appearing. import UIKit class walletViewController: UIViewController, UITableViewDelegate, UITableViewDataSource { @IBOutlet weak var…
reno_libiii
  • 525
  • 2
  • 5
  • 9
1
vote
2 answers

Getting a black screen when clicking the contact button prior to the send button

Simply trying to allow the user to send emails. At the moment when the button "contact" is clicked, it takes me to a black screen rather than displaying the mailComposers. The debugger responds with 2018-05-14 11:10:59.465952-0400 App[2333:757177]…
Palermox
  • 63
  • 10
1
vote
2 answers

How to make a multi line title on a radio button using UIView

How to make this a multiline? radio button title: identity inspector:
user9606399
1
vote
1 answer

Non-ASCII characters are not allowed outside of literals and identifiers issue in swift header file

I have added swift custom uiview class file to objective c project , Inside the view there is a textview delegate is available , So when I have added I am getting the ASCII error After SWIFT_EXTENSION I tried to replace the character inside "module…
Kishore Kumar
  • 4,265
  • 3
  • 26
  • 47
1
vote
2 answers

How to make a customisable navigation bar title? Swift 4

I have a textfield on my firstViewController and what I want to happen is: once the user entered a text and goes to the SecondViewController it will become the navigation bar title. I'm new at programming and I was hoping someone could help me.
user9606399
1
vote
1 answer

Xcode Symbol navigator - Symbols displayed twice once each for iOS device and iOS Simulator

The Xcode Symbol navigator is listing the framework supplied symbols twice; once each for iOS and Simulator. For instance, here's NSObject listed for Simulator and NSObject listed for iOS Device Similarly, here's UIDevice listed for Simulator and…
Nimesh Neema
  • 1,528
  • 2
  • 17
  • 44
1 2 3
8 9