Questions tagged [xcode10.1]

193 questions
1
vote
0 answers

scan available wifi with HotspotHelper

I'm new to Swift. I've been looking for this question for a long time but still cannot find a solution. I'd learned that it is able to access wifi for iOS 12, but I also saw some people said that It is not possible to get all the available wifi…
傅意芸
  • 11
  • 3
1
vote
0 answers

Xcode : build failed due to undefined symbols for architecture x86_64

I am currently using Xcode 10.1. I am getting the below error when am taking the build in the application. Can anyone tell me what was the issue from this ? I have been added all the frameworks and libraries. Still i am getting build error.…
1
vote
1 answer

How can I fix Xcode's open quickly?

I wonder if I'm doing something to make it not work, but simply put after tapping cmmd + shift + O or going to File >> Open quickly the option doesn't show up. It's like I did nothing. Wondering if this is a known Xcode bug or if I'm doing…
mfaani
  • 33,269
  • 19
  • 164
  • 293
1
vote
1 answer

xcode build legacy project, having error "You are not permitted to create distribution provisioning profiles for team"

When using xcode 10.1 to build a legacy project to generate IPA file to upload to AppleStore. I added the parameter of '-UseModernBuildSystem=NO" to make sure it using 'Legacy Build' system. After Apple change the role/permission policy last month,…
Jack
  • 73
  • 7
1
vote
1 answer

Problem with input whenever debugging C++ (Xcode 10.1)

I am newbie to Xcode. I try to create a first problem with C++ (image below) and set some breakpoints to test debugging. I get a problem with input in console window. Particularly, whenever I get input line, I type number and there is nothing i can…
Quang Khải Đàm
  • 555
  • 1
  • 6
  • 21
1
vote
0 answers

error: Could not read profile /Users/angel/Documents/osoproj/platforms/ios/CordovaLib/OptimizationProfiles/CordovaLib.profdata

I got following error in Xcode when archive my iOS App. error: Could not read profile /Users/angel/Documents/osoproj/platforms/ios/CordovaLib/OptimizationProfiles/CordovaLib.profdata: No such file or directory
Karthik
  • 5,589
  • 18
  • 46
  • 78
1
vote
2 answers

Moving Multi image in swift (UIPanGestureRecognizer)

I am new to swift and xcode. using xcode 10 and trying to make a buzzle like app where i need to move several images in the view. I found a lot about UIPanGestureRecognizer and UITapGestureRecognizer but all are working for the UIImage that has the…
Ahmed Amer
  • 21
  • 4
1
vote
0 answers

Runtime Exception when cordova app is run on xcode

I have created a cordova project and added ios platform , am using cordova-plugin-firebase-database from chemerisuk to have javascript based platfrom to connect to firebase-database, the build for xcode succeeds however when run on emulator it…
1
vote
1 answer

xcode , indexPath, SearchBar

i have a Problem with my NavigationController and a searchbar with indexPath. I have a Tableview where i have a list of items. The items are 1. image and 1. image description(label) for each row. Now i tried to paste a SearchBar for the List. It…
Phil
  • 13
  • 3
1
vote
1 answer

Turn off autosave in Xcode 10.1

I'm trying to turn off Xcode 10.1 autosave feature, but couldn't find anywhere on the IDE itself. Also searched extensively online, I've found mentions of autosave but not how to disable it (or even if it's possible). Would you know? Thanks.
Qubit
  • 61
  • 6
1
vote
3 answers

Code indentation messed up after pushing to github

The code indentation looks absolutely fine in my Xcode. But when I push it to github, it screws up the indentation Does anybody know why? The weird thing is everything looks fine in Xcode. I tried to change Xcode Preferences, Ctrl + I, but none of…
hientrq
  • 762
  • 8
  • 14
1
vote
0 answers

Xcode 10.1 getting Freezes

I updated my OS to Mojave & separately installed Xcode 9.2, 9.4 & 10.1. Xcode 9.2 & 9.4 works good but Xcode 10.1 getting freezes sometimes. Everything freezes except the mouse cursor. Mouse cursor was moving but it couldn't select anything. The…
Riajur Rahman
  • 1,976
  • 19
  • 28
1
vote
0 answers

Not able to use static library created using swift in Xcode 10.1

I have created a static library using swift in Xcode 10.1 . Imported some swift files and build the library project with Release configuration for both simulator and generic device. Then used lipo command to merge both libXXX.a files as one and the…
1
vote
1 answer

project empty after pushing to gitlab in Xcode

hello guy's I have created a Xcode project but I am unable to put it on gitlab when I am committing project and clone it's empty I am using these structure to push project 1.git clone http://192.168.10.245/snymob/ESN_IOS.git 2.git add ESN 3.git…
1
vote
0 answers

How can I Export tableView data as PDF and send to Email?

How can I generate tableView data as PDF and send through email? I already tried with below code, but I didn't get anything.I want export tableView Data in the format as PDF with email. Can anyone help me ? func pdfDataWithTableView(tableView:…