Questions tagged [xcode9.2]

Xcode 9.2 is the release of Xcode Tool. 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.

206 questions
0
votes
1 answer

Received json data is in form of 531 bytes and giving curruptedData error in swift 4.1 and Xcode 9.2

I am trying to get response from server which is in form of JSON with Swift 4.1 and Xcode 9.2. But the received JSON data by JSONDecoder is printing 531 bytes and giving error dataCorrupted(Swift.DecodingError.Context(codingPath: [],…
Neck
  • 611
  • 1
  • 7
  • 21
0
votes
1 answer

how to change textcolor in textfield when I add a row in tableview

I have two buttons.one is @addIncomeTapped and the other one is @addExpenseTapped.what I want to do is to change the textcolor in my textfield once the user tapped (for example) the addIncomeTapped button. I'm trying to figure it out but have no…
user9606399
0
votes
1 answer

JSON decodable swift 4

I'm having a terrible time creating a public struct for the following JSON. I'm trying to extract the temp and humidity. I've tried to to extract the following JSON but I think I'm having a problem with way I'm identifying each of the variables. …
0
votes
1 answer

How to add Tamil Language in my app. My Xcode Version is 9.2

I Implement a localization in my app. add a Tamil language I follow a below link enter link description here How to choose a Tamil language In Edit Scheme option. I don't See a Tamil language. See a Screenshot [![enter image description…
mouni
  • 327
  • 1
  • 3
  • 15
0
votes
1 answer

Issue is overloading operator new and delete in framework with -02 or above optimisation

we am facing issue with libc++ thats comes bundle with xcode 9.2 Scenario: We have a framework which is overloading operator new and delete. The definition of these operator new and delete is kept hidden inside the dll with the apple guideline…
aga
  • 359
  • 2
  • 4
  • 15
0
votes
2 answers

How to use delegate in objective C and swift Viewcontroller

My project is combined with one viewcontroller written in objective C (objCViewController) and the other is written by swift (SwiftViewCOntroller). I have several variable NSString. I would like to update the string in objCViewController and access…
Hugo.W
  • 11
  • 3
0
votes
1 answer

linker command failed with exit code 1 (use -v to see invocation) in xcode9.2

After installation of cocoapods it's shows always like this likner command with existing code.i deleted derived data and clean project.can any one help me?. i am using swift 3.2 . # Uncomment the next line to define a global platform for your…
0
votes
1 answer

Cannot get inner nodes of XML response using AFNetworking Objective-C

I'm making POST Request from my iOS application and its getting back the Response but excluded from it some nodes. I've tried the same POST Request and from Wizdler (Chrome Extension) and the full response is received correctly without any missing…
user1673892
  • 409
  • 2
  • 5
  • 17
0
votes
0 answers

Not able to access a bundle at a given path in ios

Not able to access a bundle at a given path in ios. The code is as follows : NSBundle *bundle = [NSBundle…
nehaSingh
  • 71
  • 1
  • 7
0
votes
0 answers

UITableView acting weird on storyboard builder

Is there anyone encounter this problem on Xcode 9.2? I setup the UITableView as shown in the image above. And added a UILabel below the UITableView for demonstration. The image above is in "portrait" and the constraints work fine and ok. When I…
SquareBox
  • 823
  • 1
  • 10
  • 22
0
votes
1 answer

iOS XCode - Swift class not found when building for Profile

Hoping for a quick resolution to this as we have a planned Appstore release this weekend! In order to debug a crash, I am trying to Profile our iOS/Swift App (Product Menu --> Profile) but I get a Build failure with the following message: The App…
CoolDocMan
  • 637
  • 7
  • 29
0
votes
0 answers

PAClient Error "paclient" exited with code 1

When I try to Deploy/Run F9 my FireMonkey mobile app from a Win10.1x32 machine to an Ipad 4 mini, I get the following error: paclient exited with code 1 When I change the build target to Android, everything works fine. I used Delphi Berlin and…
Mahmoud
  • 35
  • 7
0
votes
0 answers

Xcode 9.2 : API error: Request failed: forbidden (403)

I’ve a code which is written by third party vendor back in 2014 in Objective-C language. Now, the issue with this is that when I try to login with valid credentials I’m getting below error API error: Request failed: forbidden (403) in console…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
0
votes
0 answers

what is the reason behind iOS app getting more memory Impact

I have an application in which my app's Memory impact crossed 438.7 Mb, i checked with instruments but there was no memory leaks ,i am surprised ,Is there any way to find out the reason behind it ?
Shakti
  • 986
  • 12
  • 22
0
votes
1 answer

Material Vertical stepper form is possible in Swift iOS Xcode

I'm trying to implement the Material Vertical stepper form in swift Unfortunately, I do not find any example implementations. Even Material Vertical stepper form does not implement this yet. Anybody able to help with an example of the layout.
Ragul Cse
  • 1
  • 3