Oracle database installer in linux [INS-10102] Installer initialization failed2019 Community Moderator ElectionHow does database indexing work?Get list of all tables in Oracle?How to symlink a file in Linux?How do I change permissions for a folder and all of its subfolders and files in one step in Linux?What are the options for storing hierarchical data in a relational database?How to change the output color of echo in LinuxHow do I copy folder with files to another folder in Unix/Linux?How do I find all files containing specific text on Linux?Java JNI linking multiple librariesHow could set the java.library.path in Linux from I am trying JNI

What will happen if my luggage gets delayed?

Is it a Cyclops number? "Nobody" knows!

When Schnorr signatures are part of Bitcoin will it be possible validate each block with only one signature validation?

Why restrict private health insurance?

Minimizing with differential evolution

Is a piano played in the same way as a harmonium?

Are all players supposed to be able to see each others' character sheets?

How to check whether module is loaded with custom configurations?

Do items de-spawn?

Recommendation letter by significant other if you worked with them professionally?

Having the player face themselves after the mid-game

School performs periodic password audits. Is my password compromised?

Can't make sense of a paragraph from Lovecraft

Is this Paypal Github SDK reference really a dangerous site?

For which categories of spectra is there an explicit description of the fibrant objects via lifting properties?

What problems would a superhuman have who's skin is constantly hot?

Source permutation

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?

Is it possible to find 2014 distinct positive integers whose sum is divisible by each of them?

Conservation of Mass and Energy

Specifying a starting column with colortbl package and xcolor

How do we create new idioms and use them in a novel?

How many characters using PHB rules does it take to be able to have access to any PHB spell at the start of an adventuring day?



Oracle database installer in linux [INS-10102] Installer initialization failed



2019 Community Moderator ElectionHow does database indexing work?Get list of all tables in Oracle?How to symlink a file in Linux?How do I change permissions for a folder and all of its subfolders and files in one step in Linux?What are the options for storing hierarchical data in a relational database?How to change the output color of echo in LinuxHow do I copy folder with files to another folder in Unix/Linux?How do I find all files containing specific text on Linux?Java JNI linking multiple librariesHow could set the java.library.path in Linux from I am trying JNI










0















i am trying to install oracle database in red hat enterprise linux
and once i run the installer using:




[oracle@linux database]$ ./runInstaller




the OUI shows the message:



[INS-10102] Installer initialization failed.
Cause - An unexpected error occurred while initializing the Installer.
Action - Contact Oracle Support Services or refer logs Summary
 - [INS-10012] Setup driver initialization failed.  
- no oraInstaller in java.library.path


the log file shows this



ID: oracle.install.commons.util.exception.AbstractErrorAdvisor:8
oracle.install.commons.base.driver.common.InstallerException: [INS-10102] Installer initialization failed.
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:534)
at oracle.install.ivw.common.util.OracleInstaller.run(OracleInstaller.java:133)
at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:139)
at oracle.install.commons.util.Application.startup(Application.java:1072)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:198)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:566)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:127)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:165)
Caused by: oracle.install.commons.base.driver.common.SetupDriverException: [INS-10012] Setup driver initialization failed.
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:431)
at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:289)
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:516)
... 8 more
Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:380)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:128)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreamsForLog(OiicPullSession.java:5382)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreams(OiicPullSession.java:5482)
at oracle.sysman.oii.oiic.OiicAPIInstaller.initInstallEnvironment(OiicAPIInstaller.java:506)
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:422)
... 10 more


here is a Screen shot for the error










share|improve this question







New contributor




Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • i have installed jdk and set all parameters in $nano /etc/profile and then $source /etc/profile i also tried to use linux32 before installation and the same error still appears

    – Mohammad Nagah
    Mar 7 at 5:25












  • Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.

    – jww
    Mar 7 at 9:34















0















i am trying to install oracle database in red hat enterprise linux
and once i run the installer using:




[oracle@linux database]$ ./runInstaller




the OUI shows the message:



[INS-10102] Installer initialization failed.
Cause - An unexpected error occurred while initializing the Installer.
Action - Contact Oracle Support Services or refer logs Summary
 - [INS-10012] Setup driver initialization failed.  
- no oraInstaller in java.library.path


the log file shows this



ID: oracle.install.commons.util.exception.AbstractErrorAdvisor:8
oracle.install.commons.base.driver.common.InstallerException: [INS-10102] Installer initialization failed.
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:534)
at oracle.install.ivw.common.util.OracleInstaller.run(OracleInstaller.java:133)
at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:139)
at oracle.install.commons.util.Application.startup(Application.java:1072)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:198)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:566)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:127)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:165)
Caused by: oracle.install.commons.base.driver.common.SetupDriverException: [INS-10012] Setup driver initialization failed.
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:431)
at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:289)
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:516)
... 8 more
Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:380)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:128)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreamsForLog(OiicPullSession.java:5382)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreams(OiicPullSession.java:5482)
at oracle.sysman.oii.oiic.OiicAPIInstaller.initInstallEnvironment(OiicAPIInstaller.java:506)
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:422)
... 10 more


here is a Screen shot for the error










share|improve this question







New contributor




Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • i have installed jdk and set all parameters in $nano /etc/profile and then $source /etc/profile i also tried to use linux32 before installation and the same error still appears

    – Mohammad Nagah
    Mar 7 at 5:25












  • Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.

    – jww
    Mar 7 at 9:34













0












0








0








i am trying to install oracle database in red hat enterprise linux
and once i run the installer using:




[oracle@linux database]$ ./runInstaller




the OUI shows the message:



[INS-10102] Installer initialization failed.
Cause - An unexpected error occurred while initializing the Installer.
Action - Contact Oracle Support Services or refer logs Summary
 - [INS-10012] Setup driver initialization failed.  
- no oraInstaller in java.library.path


the log file shows this



ID: oracle.install.commons.util.exception.AbstractErrorAdvisor:8
oracle.install.commons.base.driver.common.InstallerException: [INS-10102] Installer initialization failed.
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:534)
at oracle.install.ivw.common.util.OracleInstaller.run(OracleInstaller.java:133)
at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:139)
at oracle.install.commons.util.Application.startup(Application.java:1072)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:198)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:566)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:127)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:165)
Caused by: oracle.install.commons.base.driver.common.SetupDriverException: [INS-10012] Setup driver initialization failed.
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:431)
at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:289)
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:516)
... 8 more
Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:380)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:128)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreamsForLog(OiicPullSession.java:5382)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreams(OiicPullSession.java:5482)
at oracle.sysman.oii.oiic.OiicAPIInstaller.initInstallEnvironment(OiicAPIInstaller.java:506)
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:422)
... 10 more


here is a Screen shot for the error










share|improve this question







New contributor




Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












i am trying to install oracle database in red hat enterprise linux
and once i run the installer using:




[oracle@linux database]$ ./runInstaller




the OUI shows the message:



[INS-10102] Installer initialization failed.
Cause - An unexpected error occurred while initializing the Installer.
Action - Contact Oracle Support Services or refer logs Summary
 - [INS-10012] Setup driver initialization failed.  
- no oraInstaller in java.library.path


the log file shows this



ID: oracle.install.commons.util.exception.AbstractErrorAdvisor:8
oracle.install.commons.base.driver.common.InstallerException: [INS-10102] Installer initialization failed.
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:534)
at oracle.install.ivw.common.util.OracleInstaller.run(OracleInstaller.java:133)
at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:139)
at oracle.install.commons.util.Application.startup(Application.java:1072)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:198)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:566)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:127)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:165)
Caused by: oracle.install.commons.base.driver.common.SetupDriverException: [INS-10012] Setup driver initialization failed.
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:431)
at oracle.install.ivw.db.driver.DBSetupDriver.load(DBSetupDriver.java:289)
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:516)
... 8 more
Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:380)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:128)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreamsForLog(OiicPullSession.java:5382)
at oracle.sysman.oii.oiic.OiicPullSession.createDuplicateStreams(OiicPullSession.java:5482)
at oracle.sysman.oii.oiic.OiicAPIInstaller.initInstallEnvironment(OiicAPIInstaller.java:506)
at oracle.install.driver.oui.OUIInstallDriver.load(OUIInstallDriver.java:422)
... 10 more


here is a Screen shot for the error







linux database oracle redhat database-installation






share|improve this question







New contributor




Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Mar 7 at 5:23









Mohammad NagahMohammad Nagah

1




1




New contributor




Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • i have installed jdk and set all parameters in $nano /etc/profile and then $source /etc/profile i also tried to use linux32 before installation and the same error still appears

    – Mohammad Nagah
    Mar 7 at 5:25












  • Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.

    – jww
    Mar 7 at 9:34

















  • i have installed jdk and set all parameters in $nano /etc/profile and then $source /etc/profile i also tried to use linux32 before installation and the same error still appears

    – Mohammad Nagah
    Mar 7 at 5:25












  • Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.

    – jww
    Mar 7 at 9:34
















i have installed jdk and set all parameters in $nano /etc/profile and then $source /etc/profile i also tried to use linux32 before installation and the same error still appears

– Mohammad Nagah
Mar 7 at 5:25






i have installed jdk and set all parameters in $nano /etc/profile and then $source /etc/profile i also tried to use linux32 before installation and the same error still appears

– Mohammad Nagah
Mar 7 at 5:25














Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.

– jww
Mar 7 at 9:34





Stack Overflow is a site for programming and development questions. You should probably use another site on the Stack Exchange network for this question.

– jww
Mar 7 at 9:34












1 Answer
1






active

oldest

votes


















0














the problem is solved by installing libnsl.so.1 using :




#dnf install libnsl


i did understand the issue using this site :
https://javarevisited.blogspot.com/2012/03/javalangunsatisfiedlinkerror-no-dll-in.html#axzz5hSglKlPs






share|improve this answer








New contributor




Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















    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
    );



    );






    Mohammad Nagah is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55036608%2foracle-database-installer-in-linux-ins-10102-installer-initialization-failed%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    the problem is solved by installing libnsl.so.1 using :




    #dnf install libnsl


    i did understand the issue using this site :
    https://javarevisited.blogspot.com/2012/03/javalangunsatisfiedlinkerror-no-dll-in.html#axzz5hSglKlPs






    share|improve this answer








    New contributor




    Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.
























      0














      the problem is solved by installing libnsl.so.1 using :




      #dnf install libnsl


      i did understand the issue using this site :
      https://javarevisited.blogspot.com/2012/03/javalangunsatisfiedlinkerror-no-dll-in.html#axzz5hSglKlPs






      share|improve this answer








      New contributor




      Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















        0












        0








        0







        the problem is solved by installing libnsl.so.1 using :




        #dnf install libnsl


        i did understand the issue using this site :
        https://javarevisited.blogspot.com/2012/03/javalangunsatisfiedlinkerror-no-dll-in.html#axzz5hSglKlPs






        share|improve this answer








        New contributor




        Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        the problem is solved by installing libnsl.so.1 using :




        #dnf install libnsl


        i did understand the issue using this site :
        https://javarevisited.blogspot.com/2012/03/javalangunsatisfiedlinkerror-no-dll-in.html#axzz5hSglKlPs







        share|improve this answer








        New contributor




        Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer






        New contributor




        Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered Mar 7 at 6:11









        Mohammad NagahMohammad Nagah

        1




        1




        New contributor




        Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Mohammad Nagah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






















            Mohammad Nagah is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            Mohammad Nagah is a new contributor. Be nice, and check out our Code of Conduct.












            Mohammad Nagah is a new contributor. Be nice, and check out our Code of Conduct.











            Mohammad Nagah is a new contributor. Be nice, and check out our Code of Conduct.














            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55036608%2foracle-database-installer-in-linux-ins-10102-installer-initialization-failed%23new-answer', 'question_page');

            );

            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







            Popular posts from this blog

            Thal And Out Agency railway station See also References External links Navigation menuOfficial Web Site of Pakistan RailwaysArchivedOfficial Web Site of Pakistan Railwayseeexpanding ite

            Understanding generators in Python2019 Community Moderator ElectionGenerator function not working pythonFor loop not executing two timesGenerators - Printing generated valuesWhy can a python generator only be used once?What exactly do generators do?What does the “yield” keyword do?What does “list comprehension” mean? How does it work and how can I use it?sklearn Kfold acces single fold instead of for loopIs a generator the callable? Which is the generator?Apply Border To Range Of Cells Using OpenpyxlCalling an external command in PythonWhat are metaclasses in Python?What is the difference between @staticmethod and @classmethod?Finding the index of an item given a list containing it in PythonDifference between append vs. extend list methods in PythonHow can I safely create a nested directory in Python?Does Python have a ternary conditional operator?Understanding slice notationUnderstanding Python super() with __init__() methodsDoes Python have a string 'contains' substring method?

            How can I change the color of pagination dots of UIPageControl?How to change UIPageControl dotsIs there a way to change page indicator dots colorCustomize dot with image of UIPageControl at index 0 of UIPageControlNo visible @interface for 'NSObject<PageControlDelegate>' declares the selector 'pageControlPageDidChange:'How to change the color of pagination dots in UIPageControl with a different color per pagepagecontrol indicator custom image instead of DefaultChanging the colour of UIPageControl dots in MonoTouchpagecontrol selectable page visibility color?Alternative way to load ViewControllers on a UIPageControlHow to set only layer.border-color for UIpage control dots in swiftHow can I develop for iPhone using a Windows development machine?How to change the name of an iOS app?UITableView - change section header coloruipagecontrol indicator(dot)issueCustom UIPageControl dots color not changingchange the interspace between UIPageControl dotsHow to change Status Bar text color in iOSHow can I change image tintColor in iOS and WatchKitUIPageControl dots with larger space in between each dotsHow to change the color of pagination dots in UIPageControl with a different color per page