Questions tagged as 'ios'

0
answers

Problem with UICollectionViewCell Custom

I'm doing a questionnaire in ios with swift 3, the problem I have is that when I get to the 4 cell in the collectionView the elements in the UICollectionViewCell are duplicated as shown in the image this is my UICollectionViewCell code...
asked by 09.09.2018 / 05:20
0
answers

Problem style.display when doing document.form.submit on iOS

I have an html form that when sent shows a div that occupies the whole screen with a message of "sent ..." while the form is being sent. It works perfectly in all the browsers and versions I've tried, except on iOS devices, where it does not sho...
asked by 05.09.2018 / 18:13
0
answers

Receive kAUGraphErr_CannotDoInCurrentContext when you call AUGraphStart and play

The error occurred when we tried to use, AUGraphStartque is for a reproduction (audio) the code I have is this: (BOOL)startRendering{ if (playing) { return YES; } playing = YES; if (NO == [self setupAudioForGra...
asked by 02.08.2018 / 17:19
0
answers

Project Is Not Compatible with MonoAndroid 81

I was programming and suddenly this error came up:    Project is not compatible with   monoandroid81 (MonoAndroid, Version = v8.1). Project TaskX.iOS supports:   xamarinios10 (Xamarin.iOS, Version = v1.0) The truth, I do not know what you...
asked by 02.08.2018 / 04:36
0
answers

The Pushkit Voip IOS Swift token does not appear on the console

I am trying to add Voip notifications to my app that currently works with Firebase. I am programming in Swift 3, and following a tutorial I arrive at this code, but nothing appears on the console. I have the certificates generated, I believe cor...
asked by 28.07.2018 / 02:05
1
answer

IOS Push Notifications

I have an app developed on Swift which I need to receive notifications. Investigate and the only way I found is to do it with push notifications using firebase. The notification will be launched from a .NET app using the user's email. It's fi...
asked by 27.07.2018 / 17:42
1
answer

React-native release build error on iOS: ld: library not found for -lReact

I'm doing a build with react-native in Xcode with the Release schema and it gives me the following error:    ld: warning: directory not found for option   '-L / Users / username / Library / Developer / Xcode / DerivedData / ProjectName-...
asked by 31.07.2018 / 13:45
1
answer

Problem Swift with Webservice

Hi, I'm doing a simple app to learn how to use WebService but I have a problem. On the line where I initialize task I get the following error when I execute it and I give the button to call the service .    Thread 1: Fatal error:...
asked by 17.07.2018 / 23:33
0
answers

Xamarin Forms Carousel View works on Android but does not show on iOS

I'm doing an app in Xamarin Forms, using the nuous Carousel View, I'm trying, and it works perfectly for me in Android, the carousel is already shown, but if it is not shown, I installed the Nuget in the shared project, in the android project an...
asked by 11.07.2018 / 18:15
0
answers

ionic cordova build ios

I'm trying to run an ionic app on ios, the xcode emulator runs perfectly, but when wanting to run, ionic corodova buil ios    Ionic Package: xcode-select: error: tool 'xcodebuild' requires Xcode,   but active developer directory '/ Lib...
asked by 10.07.2018 / 23:55